home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / 1691 / HOROS < prev    next >
Text File  |  1990-09-11  |  2KB  |  62 lines

  1. /* 
  2. This file can be used to give your horoscope, by typing "chaos horos".
  3. For a better fit, modify this according to your own sign, likes, and 
  4. life environment.
  5. */
  6. horoscope: {$piece. $piece.
  7. $piece. $piece.}
  8.    |{$piece. $piece.}
  9.    |{$piece.
  10. $piece.}
  11.      ;
  12.  
  13. piece!u: {Accept invitation to social event}
  14.    |{Tie down legal loose ends}
  15.    |{Good news this weekend}
  16.    |{You will be praised for your $thing}
  17.    |{Stress independence}
  18.    |{Romantic interlude coming up}
  19.    |{Light will be shed on situations}
  20.    |{Trust intuition}
  21.    |{Dare to dream}
  22.    |{Diversify -- display versatility}
  23.    |{Focus on career or business}
  24.    |{Added responsibility or promotion}
  25.    |{Keep options open}
  26.    |{Plans subject to revision}
  27.    |{Keep close eye on your finances}
  28.    |{Highlight diplomacy with family member}
  29.    |{Buy flowers}
  30.    |{Music important this week}
  31.    |{Define terms}
  32.    |{Adjust schedule to realistic level}
  33.    |{You'll understand by tonight}
  34.    |{Interaction goes well with older person}
  35.    |{Focus on creativity, sensuality, sex appeal}
  36.    |{Love relationship survives crisis}
  37.    |{Rise above pettiness of others}
  38.    |{Focus on possesions and payments}
  39.    |{Expect help from $sign}
  40.    |{Beware unexpected trouble with a $sign}
  41.      ;
  42.  
  43. thing!u:{appearance}
  44.      |{work}
  45.      |{apparel}
  46.      |{humor}
  47.      ;
  48.  
  49. sign:{aries}
  50.      |{taurus}
  51.      |{gemini}
  52.      |{cancer}
  53.      |{leo}
  54.      |{virgo}
  55.      |{libra}
  56.      |{scorpio}
  57.      |{sagittarius}
  58.      |{capricorn}
  59.      |{aquarius}
  60.      |{pisces}
  61.      ;
  62.